GrapeCity MultiRow Windows Forms Documentation
AddRange(Object[]) Method


A System.Object array that needs to be added to the item collection.
Adds one or more items to the DomainUpDownCell's item.
Syntax
Public Overloads Sub AddRange( _
   ByVal ParamArray items() As Object _
) 
Dim instance As DomainUpDownCell.ObjectCollection
Dim items() As Object
 
instance.AddRange(items)
public void AddRange( 
   params object[] items
)

Parameters

items
A System.Object array that needs to be added to the item collection.
Exceptions
ExceptionDescription
System.ArgumentNullExceptionThe items parameter is a null reference (Nothing in Visual Basic).
System.ArgumentNullExceptionOne of the items is a null reference (Nothing in Visual Basic).
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DomainUpDownCell.ObjectCollection Class
DomainUpDownCell.ObjectCollection Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.